projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5b555da
)
* bidi.c (BIDI_BOB): Remove unused macro.
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:25:52 +0000
(09:25 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 8 Mar 2011 17:25:52 +0000
(09:25 -0800)
src/ChangeLog
patch
|
blob
|
history
src/bidi.c
patch
|
blob
|
history
diff --git
a/src/ChangeLog
b/src/ChangeLog
index 4bf04043ab9c408c79592f8b6847efc5e9f26a62..3375d985a41c6083464bf3cd0fb34bc2d318bbbc 100644
(file)
--- a/
src/ChangeLog
+++ b/
src/ChangeLog
@@
-80,6
+80,7
@@
(ASET_RANGE, GET_SUB_CHAR_TABLE): Remove unused macros.
* bidi.c (bidi_check_type): Now static, since it's not used elsewhere.
+ (BIDI_BOB): Remove unused macro.
2011-03-06 Chong Yidong <cyd@stupidchicken.com>
diff --git
a/src/bidi.c
b/src/bidi.c
index 1289798dd8c31dea98e524f9ae07baaa49f0f7c9..3457e17743686896aedf0d758decfaef2825d8eb 100644
(file)
--- a/
src/bidi.c
+++ b/
src/bidi.c
@@
-72,7
+72,6
@@
static Lisp_Object bidi_type_table, bidi_mirror_table;
#define RLO_CHAR 0x202E
#define BIDI_EOB -1
-#define BIDI_BOB -2 /* FIXME: Is this needed? */
/* Local data structures. (Look in dispextern.h for the rest.) */